- mrb_exc_backtrace
mrb_value mrb_exc_backtrace(mrb_state* mrb, mrb_value exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_exc_new_str
mrb_value mrb_exc_new_str(mrb_state* mrb, RClass* c, mrb_value str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_f_raise
mrb_value mrb_f_raise(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_get_backtrace
mrb_value mrb_get_backtrace(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_make_exception
mrb_value mrb_make_exception(mrb_state* mrb, int argc, const(mrb_value)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_no_method_error
void mrb_no_method_error(mrb_state* mrb, mrb_sym id, mrb_int argc, const(mrb_value)* argv, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_sys_fail
void mrb_sys_fail(mrb_state* mrb, const(char)* mesg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.